Odds and ends — collection miscellania.
- Utilities for debug-checked, release-unchecked indexing and slicing
- Fixpoint combinator for closures
- String and Vec extensions
The **odds** crate has the following crate feature flags:
- `std`
- Default
- Requires Rust 1.6 *to opt out of*
- Use libstd and std features.
- `unstable`.
- Optional.
- Requires nightly channel.
- Implement the closure traits for **Fix**.